home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo ╔════════════════════════════════════════════════════════════════════════════╗
- echo ║ ║
- echo ║ OS9MAX ║
- echo ║ READ/WRITE/FORMAT/DUPLICATE/TRANSFER ║
- echo ║ OS-9 MEDIA ON MS-DOS PC ║
- echo ║ ║
- echo ║ ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─╢
- echo ║ ├─┼─┼ A PRODUCT OF DTR DATENTECHNIK REISCHKE KIEL ┼─┼─┼─┼─┼─┼─┼─╢
- echo ║ ├─┼─┼─┼─┼─┼ BREMER STRASSE 2, D-24118 KIEL ─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
- echo ║ ├─┼─┼─┼─┼─┼ 24h-FAX-HOTLINE ++49-431-86511 ─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
- echo ║ ├─┼─┼─┼─┼─┼─┼─┼─ WE SUPPLY OS-9 SOFTWARE ─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
- echo ║ ├─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─┼─╢
- echo ╚════════════╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╧═╝
- echo Please use this file as a guide for custom installation
- echo.
- echo Installing the OS9MAX PACKAGE to 'C:\OS9MAX' Press any key to start...
- pause >nul
-
- echo.
- echo STARTING INSTALLATION
- if not exist c:\os9max\nul md c:\os9max
- xcopy *.* c:\os9max /s/v
-
- echo.
- echo CHANGING DIRECTORY
- c:
- cd \os9max
- dir
- echo.
- echo INSTALLATION COMPLETED
- echo.
- echo There are the below listed OS9MAX PACKAGES available
- echo.
- echo 1. OS9MAX manages OS-9 double and high density diskettes
- echo 2. OS9MAXSD manages OS-9 single density diskettes
- echo 3. OS9MAXMC manages OS-9 pcmcia memory cards
- echo 4. OS9MAXIM manages OS-9 media image files (raw copy of media to file)
- echo 5. OS9MAXHD manages OS-9 hard disks
- echo.
- ECHO EXAMPLE HOW TO START OS9MAX AT THE MS-DOS PROMPT
- echo.
- echo "os9max b: auto" (os9max)
- echo "os9max b: 3803" (os9maxsd)
- echo "os9max z:" (os9maxhd)
- echo "os9max scsidisk.img" (os9fil)
- echo.
- ECHO QUICK START:
- echo.
- echo then type "$ diro" to display the directory of the os-9 media
- echo or use the command "$ copy a:*.* e:" to copy all os-9 file to
- echo dos drive e:.
- echo.
-
-